home *** CD-ROM | disk | FTP | other *** search
Text File | 1989-03-16 | 290 b | 12 lines | [TEXT/MPS ] |
- #
- # MPW Shell script to convert an Icon icode file to a MPW tool, capable
- # of running without having the iconx interpreter installed.
- #
- # IconMPWTool <icode file> [<icode file>…]
- #
-
- for f in {"Parameters"}
- Duplicate -r -y "{icon}iconx" "{f}"
- SetFile -t MPST -c 'MPS ' "{f}"
- end
-